How to generate Image at server side in java [ blob-> string_image -> *.png or .jpg ]

Posted by Vaibhav Bhalke on Stack Overflow See other posts from Stack Overflow or by Vaibhav Bhalke
Published on 2010-04-24T10:50:51Z Indexed on 2010/05/10 19:34 UTC
Read the original article Hit count: 188

Filed under:
|
|
|

Hi All

I want to generate image on server side. My Image is stored in server side's database in blob format and I am able to convert it into string_image; Then How to convert that string_image into actual .jpg or .png format.

Actually I am posting attachment as image on users facebook' wall. How to generate Image at server side in Java? Is there any sample code to do it?

© Stack Overflow or respective owner

Related posts about java

Related posts about image